type crypto/hpke.mlkemPublicKey
7 uses
crypto/hpke (current package)
pq.go#L414: type mlkemPublicKey struct {
pq.go#L433: return &mlkemPublicKey{mlkem768, pub}, nil
pq.go#L435: return &mlkemPublicKey{mlkem1024, pub}, nil
pq.go#L449: func (pk *mlkemPublicKey) KEM() KEM {
pq.go#L453: func (pk *mlkemPublicKey) Bytes() []byte {
pq.go#L457: func (pk *mlkemPublicKey) encap() (sharedSecret []byte, encapPub []byte, err error) {
pq.go#L532: return &mlkemPublicKey{
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)